fix(webapp): correctly generate JWT tokens for preview branches after triggering a run (fix #2678)#2695
Conversation
… triggering a run (fix #2678)
|
WalkthroughThis change refactors JWT signing key extraction across the API routes and authentication services. A new helper function Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (7)
📒 Files selected for processing (5)
🧰 Additional context used🧬 Code graph analysis (4)apps/webapp/app/services/realtime/jwtAuth.server.ts (2)
apps/webapp/app/routes/api.v1.tasks.$taskId.trigger.ts (2)
apps/webapp/app/routes/api.v2.tasks.batch.ts (1)
apps/webapp/app/routes/api.v1.tasks.batch.ts (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (23)
🔇 Additional comments (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR fixes #2678 by correctly signing the JWT token returned when triggering a task with the parent preview branch's API key if the environment has a parentEnvironment.